home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / TCHK060.LZH / READ.ME < prev    next >
Text File  |  1988-01-15  |  1KB  |  22 lines

  1. Oops. Sorry, but a couple of things slipped through the documentation.
  2.  
  3.     1) The following Global variables are available with the date module:
  4.  
  5.         char *Days[7] = { "Sunday","Monday","Tuesday","Wednesday",
  6.                           "Thursday","Friday","Saturday" };
  7.         char *Months[12] = { "January","February","March","April","May",
  8.                              "June","July","August","September","October",
  9.                              "November","December" };
  10.  
  11.     2) Beginning with version 0.60, a set of global id variables 
  12.        are available:
  13.  
  14.             char *TCHK_version = "0.60";
  15.             char *TCHK_date = "01/15/88";
  16.             char *TCHK_distribution = "BBS";
  17.             char *TCHK = "TCHK is Copyright (C) 1988 by Howard Kapustein.  All rights reserved.";
  18.  
  19. There is no problem with the page numbering. The documentation TCHK.DOC
  20. has two pages labeled as page 3. Ignore the first one. All references
  21. (Index and Table of Contents) are accurate.
  22.